home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.29 / 2003-06_-_Disc_7.29.iso / Data / items.pcg / scripts / DefineButton2_281 / BUTTONCONDACTION on(press, dragOver).as next >
Text File  |  2003-04-16  |  187b  |  8 lines

  1. on(press, dragOver){
  2.    if(_parent.scrollMax < _parent.num_Games)
  3.    {
  4.       startDrag("",0,this._x,224,this._x,384);
  5.       _parent.scrollBoxControl.gotoAndPlay("startDB");
  6.    }
  7. }
  8.